home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / crosstab.zip / README.TXT < prev    next >
Text File  |  1996-04-08  |  5KB  |  136 lines

  1.  
  2. TCrossTAB,TCrossSQL components - Release 2.2 for DELPHI1.0 
  3. ShareWare.
  4. V2.2 for Delphi2.0 is also available. Please get 'cross32.zip'.
  5.  
  6. Introduction
  7. ------------
  8. . TCrossTab and TCrossSQL is a native VCL Delphi component designed to 
  9.   display the results of a multi-dimension cross or categorization
  10.   of data contained in a database.
  11.  
  12. . The component, TCrossTab deals with a single database table.
  13.  
  14. . The component TCrossSQL uses a user-defined SQL statement as its data 
  15.   "feed". The user must know how to issue a reasonable SQL in order to 
  16.   get reasonable results.
  17.  
  18. . During run time, TCrossTab and TCrossSQL permit the use of "drag and drop"
  19.   to change the arrangement of "crossing fields" in order to see different
  20.   views of the results. 
  21.  
  22. . Run time methods and events are provided for customizing crossing
  23.   results, exporting the results, etc.
  24.  
  25. . files included.
  26.     CROSS.DCU    -- binary file of TCrossTab/TCrossSQL.
  27.     CROSS.DCR    -- icons for TCrossTab/TCrossSQL.
  28.     EDITCF.DCU    -- binary file of the property editor.
  29.     EDITCF.DFM      -- form file for the property editor.
  30.     EDITCFS.DCU    -- binary file of the property editor.
  31.     EDITCFS.DFM      -- form file for the property editor.
  32.     order.txt    -- order instructions for TCrossTab/TCrossSQL.
  33.     readme.txt    -- this file.
  34.     release.txt    -- show the main feature for current release.
  35.     cross.hlp    -- text sensitive help file.
  36.     demo.exe    -- demo program.
  37.     ectsales.db    -- sample Paradox data table for demo program.
  38.  
  39. . In order to run the demo program:
  40.   copy the sample database 'ectsales.db' to the 'DBDEMOS' directory of your
  41.   delphi environment.
  42.   run demo.exe
  43.   The source code of demo.exe are available on requested.
  44.  
  45. Installation
  46. ------------
  47.   . Copy the following files 
  48.     CROSS.DCU
  49.     CROSS.DCR
  50.     EDITCF.DCU
  51.     EDITCF.DFM
  52.     EDITCFS.DCU
  53.     EDITCFS.DFM
  54.     to an appropriate target directory (usually, ..\delphi\lib).
  55.  
  56.   . From Delphi's menu, invoke OPTIONS | INSTALL COMPONENTS and add the 
  57.     component, CROSS.DCU.
  58.  
  59.   . TCrossTab and TCrossSQL components will appear on the Sample pallet.
  60.  
  61.  
  62.   For more details of how to install components, please see DELPHI Menu.
  63.  
  64. Registration
  65. ------------
  66.  
  67. . The shareware version of TCrossTab and TCrossSQL is a fully runable 
  68.   version and   is not "crippled" in any way. After installation, the 
  69.   user can use these components freely. Two properties, Serial and 
  70.   Confirm, are provided for each component but are left blank in the 
  71.   shareware version. If these two properties are blank or set to an 
  72.   arbitrary value, a prompt dialog will appear when the component is running. 
  73.   Just click the OK button and the component will function properly.
  74.  
  75. . Once the user has fully evaluated this product and is satisfied with 
  76.   the functionality of the components, he/she should order a pair of 
  77.   "Serial and Confirm" numbers for each machine on which the components 
  78.   will be installed. After the user has set the Serial and Confirm 
  79.   properties to the values provided, the dialog  will not be shown at 
  80.   run time.
  81.  
  82. See order.txt for the price schedule and instructions on ordering
  83. Serial and Confirm numbers.
  84.  
  85. License Agreement
  86. -----------------
  87.  
  88. . The "Serial and Confirm" numbers may not be redistributed. All other
  89.   software can be freely distributed.
  90.  
  91. . Registered users are entitled to unlimited, royalty-free distribution of 
  92.   all .EXE programs developed with TCrossTab or TCrossSQL.
  93.  
  94. Upgrade Policy
  95. ---------------
  96.  
  97. . The source code of 'TCrossTab and TCrossSQL' is not currently ready 
  98.   for distribution. Once it becomes available, all registered users will 
  99.   be notified.
  100.  
  101. . All future minor releases, including bug fixes, minor enhancement, etc.,
  102.   will be free of charge to registered users.
  103.  
  104. . All future major releases, which include major enhancement features,
  105.   will be made available at a reduced fee to registered users.
  106.   
  107.  
  108. Disclaimer
  109. ----------
  110.  
  111. Users of 'TCrossTab and TCrossSQL' must accept this disclaimer of warranty:
  112. . 'TCrossTab and TCrossSQL' is supplied as is.
  113. . The author assumes no liability for damages, direct or consequential,
  114.   which may result from the use of TCrossTab and TCrossSQL."
  115. . The author disclaims all warranties, expressed or implied, including,
  116.   without limitation, the warranties of merchantability and of fitness for
  117.   any purpose.
  118.  
  119.  
  120. Technical Support
  121. -----------------
  122. For any questions, bug reports, and enhancement requests please send E-Mail to
  123.  
  124.     E-Mail:pathcorp@use.usit.net
  125.  
  126. or mail to:
  127.  
  128.     Path Corp. 
  129.     1909 Breezy Ridge Trail
  130.     Knoxville, TN 37922
  131.  
  132.  
  133. DELPHI is a trademark of Borland.
  134.  
  135.  
  136.